Eclipse Platform
Pre-release 3.0

org.eclipse.jface.window
Interface Window.IExceptionHandler

Enclosing interface:
Window

public static interface Window.IExceptionHandler

This interface defines a Exception Handler which can be set as a global handler and will be called if an exception happens in the event loop.


Method Summary
 void handleException(Throwable t)
           
 

Method Detail

handleException

public void handleException(Throwable t)

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.